/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}

/*返回顶部*/
.totop{
	width: 50px;
	height: 50px;
	line-height: 55px;
	text-align: center; 
	background: #fff; 
	position: fixed;
	bottom: 30px; 
	right: 30px; 
	cursor: pointer;
	border-radius: 5px; 
	display: none;
	color:#ddd;
	z-index: 1000;
	box-shadow: 0px 0px 15px rgba(153,153,153,0.1);
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.totop:hover{
	background-color: #00479d;
}

/* ----------------------------------------------------------------
    nav
-----------------------------------------------------------------*/
.zizhi_nav{
	background: url(../img/header_bg.jpg) center center no-repeat #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	padding: 0px 38px;
	background-size: cover;
}
.nav_anniu_icon{
	display: none;
}
.nav_dianhua{
	background: #eb2b03;
	color: #fff;
	padding: 18px 48px;
}
.nav_dianhua img{
	margin-right: 12px;
}
.nav_logo{
	display: inline-block;
	padding: 38px 32px;
}
.nav_zhuti li{
	padding: 0px;
	position: relative;
}
.nav_zhuti li a{
    font-size: 16px;
    color: #00479d;
    padding: 32px 0px;
    margin: 0px 40px;
    display: inline-block;
    position: relative;
}
.nav_zhuti_img{
	margin-bottom: 20px;
}
.nav_zhuti li a:before{
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0px;
	background: #00479d;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.nav_zhuti li a i{
	color: #eee;
	transition-duration: 0.3s;
}
.nav_zhuti li a:hover,.nav_zhuti li a:hover .fa,.nav_zhuti .active a{
	color: #00479d;
}
.nav_zhuti li a:hover .fa{
	transform:rotate(180deg);
}
.nav_zhuti li a:hover:before,.fa,.nav_zhuti .active a:before{
    left: 0%;
	right: 0%;
}
.nav_zhuti li a:hover .nav_zhuti_img{
	animation: img_donghua 0.5s linear infinite alternate;
    /* Safari 与 Chrome: */
    -webkit-animation: img_donghua 0.5s linear infinite alternate;
	position: relative;
}
@keyframes img_donghua
{
	0%   {
		top: 0px;
	}
	100% {
		top: 10px;
	}
}

@-moz-keyframes img_donghua /* Firefox */
{
	0%   {
		top: 0px;
	}
	100% {
		top: 10px;
	}
}

.nav_xiala .menu{
	display: none;
	position: fixed;
	background: #fff;
	box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
	margin-top: 0px;
	z-index: 1000;
	padding: 10px 10px 10px 10px;
	animation: xianladonghua 0.5s;
	-moz-animation: xianladonghua 0.5s;	/* Firefox */
}
@keyframes xianladonghua
{
	0%   {
		margin-top: 20px;
		opacity: 0;
	}
	100% {
		margin-top: 0px;
		opacity: 1;
	}
}

@-moz-keyframes xianladonghua /* Firefox */
{
	0%   {
		margin-top: 20px;
		opacity: 0;
	}
	100% {
		margin-top: 0px;
		opacity: 1;
	}
}
.nav_xiala .menu li{
	list-style: none;
}
.nav_xiala .menu li a:before{
	display: none;
}
.nav_xiala .menu li a{
	padding: 24px 19px;
}
.nav_xiala:hover .menu{
	display: block;
	transition: all .5s;
}

@media (max-width: 1200px){
	.nav_xiangying{
		display: none;
		height: 0px;
		transition-duration: 0.3s;
	}
	.nav_anniu_icon{
		display: block;
		position: absolute;
		right: 15px;
	    border: none;
	    box-shadow: none;
	    background: #fff;
	    padding: 15px 15px 11px 15px;
	    margin-top: 18px;
	}
	.nav_anniu_icon .icon-bar{
		display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
        background: #00479d;
	    -webkit-transition: all 0.5s;
	    transition: all 0.5s;
	    margin-bottom: 4px;
	}

	/* ANIMATED X */
	.nav_anniu_icon.x .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 10% 10%;
		-ms-transform-origin: 10% 10%;
		transform-origin: 10% 10%;
	}

	.nav_anniu_icon.x .icon-bar:nth-of-type(2) {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.nav_anniu_icon.x .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 10% 90%;
		-ms-transform-origin: 10% 90%;
		transform-origin: 10% 90%;
	}

	/* ANIMATED X COLLAPSED */
	.nav_anniu_icon.x.collapsed .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	.nav_anniu_icon.x.collapsed .icon-bar:nth-of-type(2) {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.nav_anniu_icon.x.collapsed .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	/* END ANIMATED X */
	.nav_logo{
		padding: 21px 15px;
	}
    
    .nav_zhuti{
    	width: 100%;
    	margin: 0px;
    	padding: 15px;
    }
    .nav_zhuti li{
    	display: block;
    	padding: 0px;
    }
    .nav_zhuti li a{
    	width: 100%;
    	display: block;
    	padding: 29px 0px;
    }
    .nav_dianhua{
    	width: 100%;
    	text-align: center;
    }
}

#scrollSearchDiv{
    z-index: 3000; 
    width: 100%; 
    height: 118px; 
    background-color: #fff; 
    display: none; 
    position: fixed; 
    left: 0; 
    top:0; 
    text-align: center; 
}

.pullIn{position:absolute; top: 130px; left: -350px; width: 1035px; background: #fff; z-index: 99999; padding: 0 20px; display:none;}
.pullIn .oList{float: left; width: auto; max-width: 220px; margin-right: 1.5%;}
.pullIn .oList a{width: 100%; float: left; padding: 0; margin: 0; line-height: 50px; color: #333;}
.pullIn .oList .bo{border-bottom: 1px solid #00479d; text-align: center;}
.pullIn .sList{float: left; width: 100%; margin: 10px 0;}
.pullIn .sList a{display:block; overflow: hidden; line-height: 35px; padding-left: 30px; text-align: left;}
.nav_zhuti li:hover .pullIn{display:block;}


/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
.col-2{
    float: left;
    position: relative;
    width: 20%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.media-left{
	float: left;
}

button:focus{outline:0;}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a{
    color: #000;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover{
    color: #00479d;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 30px;
}

.pem{
    text-indent: 2em;
}

.text_white{
    color: #fff;
}
.text-muted{
	color: #999;
}
.text-danger{
	color: #e53535;
}
.text_666{
	color: #666;
}

.bg_white{
    background: #fff;
}
.bg_f9f9f9{
    background: #fff;
}

.font12{
    font-size: 12px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}

.no_padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pg160{
	padding: 0px 160px;
}
.pt88{
	padding-top: 88px;
}
.pb88{
	padding-bottom: 88px;
}
.pg25{
	padding: 0px 25px;
}

.no_margin{
    margin: 0px;
}
.row_25{
	margin: 0px -25px;
}

/* ----------------------------------------------------------------
    首页
-----------------------------------------------------------------*/
.nav_yy{
	background: #00479d;
	border-radius: 50px;
	padding: 12px 18px;
	margin: 46px 0px;
}
.nav_yy a{
	color: #fff;
}

.nav_sousuo{
	margin-right: 18px;
}
.nav_sousuo li a{
	padding: 53px 38px;
}

.index_swiper_banner .swiper-wrapper .swiper-slide{
	height: 680px;
	background-size: cover!important;
	background-position: center!important;
}
.index_swiper_banner>.swiper-pagination-bullets{
	bottom: 58px;
}
.index_swiper_banner .swiper-pagination-bullet{
    background: #fff;
    opacity: 0.5;
    width: 30px;
    height: 8px;
    border-radius: 50px;
    transition: width 2s;
    -webkit-transition: width 2s; /* Safari */
}
.index_swiper_banner>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 6px;
}
.index_swiper_banner .swiper-pagination-bullet-active{
	width: 78px;
	opacity: 1;
	background: #008cff;
}
.index_swiper_banner .banner1{
	width: 94%;
	height: 100%;
	margin: 0 auto;
	color: #fff;
}
.index_swiper_banner .banner1 p{
	font-size: 34px;
	text-align: left;
	line-height: 36px;
	margin-top: 295px;
	margin-left: 30px;
}

.index_swiper_banner .banner2{
	width: 94%;
	height: 100%;
	margin: 0 auto;
	color: #fff;
}
.index_swiper_banner .banner2 .lImg{
	margin-top: 40px;
	float: left;
}
.index_swiper_banner .banner2 .lImg img{
	max-width: 560px;
}
.index_swiper_banner .banner2 .rCon{
	margin-top: 40px;
	float: right;
}
.index_swiper_banner .banner2 em{
	display: inline-block;
	font-style: normal;
	font-size: 38px;
	background: #ced2d6;
	color: #293A4A;
	line-height: 58px;
	padding: 0 35px;
	margin-left: 15px;
}
.index_swiper_banner .banner2 p{
	font-size: 22px;
	margin: 15px 0 15px 15px;
}
.index_swiper_banner .banner2 ul{
	max-height: 355px;
	overflow: hidden;
}
.index_swiper_banner .banner2 ul li{
	line-height: 30px;
}
.index_swiper_banner .banner2 .deTail{
	float: left;
	line-height: 50px;
	margin-left: 30px;
}

.contain-Mt{
	width: 90%;
	margin: 0 auto;
}




.cpyy_bt{
	margin: 0px 0px 52px 0px;
	padding: 88px 0px 28px 0px;
}
.cpyy_bt:before{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -26px;
	bottom: 52px;
	background: #00479d;
	height: 4px;
	width: 52px;
	height: 6px;
	border-radius: 50px;
}

.sjjs_style{
	margin-bottom: 30px;
	display: block;
	color: #000;
	transition: box-shadow 2s;
    -webkit-transition: box-shadow 2s; /* Safari */
}
.sjjs_style:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2)
}
.sjjs_style_fd{
	overflow: hidden;
}
.sjjs_style_fd img{
	transition:all 1s ease-out;
}
.sjjs_style:hover .sjjs_style_fd img{
	transform:scale(1.1);
}
.sjjs_style_nr{
	padding: 8px 32px;
}
.con1440{
	max-width: 1440px;
	margin: 0 auto;
}
.bottom_bg{
	display: block;
	overflow: hidden;
	background: url(../img/footer_bg.jpg) center center no-repeat #fff;
    background-size: cover;
	padding: 15px 0px;
}
.bottom_bg .breadcrumb{
    background: none;
    padding: 0px;
    margin: 0px;
    line-height: 32px;
}
.bottom_bg p{
	line-height: 32px;
}

.nav_sousuo .form-control{
	border-radius: 0px;
	box-shadow: none;
	border: none;
	height: 48px;
	line-height: 48px;
	padding: 0px 18px;
	border-right: none;
}
.nav_sousuo button{
    border-left: none;
    border-radius: 0px;
    width: 58px;
    height: 48px;
    padding: 0px;
    border: none;
    background: #fff;
}
.nav_sousuo button:before{
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 18px;
	background: url(../img/sousuo.png) no-repeat;
}

/* ----------------------------------------------------------------
    产品中心
-----------------------------------------------------------------*/
.probg_f9f9f9{
    background: #fff;
	display: block;
	overflow: hidden;
	padding-bottom: 60px;
}
.prorow{
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	background: #fff;
}
.prorow .bottom_dl{
	border-right: 1px solid #eee;
}
.prorow .col-md-2{
	padding-left: 0px;
}
/*
.prorow .col-md-2{
	padding: 0px;
	border-right: 30px solid #f9f9f9;
}
.prorow .col-md-10{
	padding: 0px;
	
}
*/
.deMa{
	margin-top: 50px;
}
.product_bg{
	background: url(../img/product_bg.jpg) no-repeat;
	background-size: cover;
}
.product_bg h2{
	margin: 0px;
	padding: 190px 0px;
}
.roWz{
	background: #306FBF;
	height: 50px;
	line-height: 50px;
}
.fu_nav{
	max-width: 1440px;
	margin: 0 auto;
	margin: 0 auto;
	color:#fff;
}
.fu_nav li{
	padding: 0px;
	color: #fff;
}
.fu_nav a{
	color: #fff;
}


.bottom_dt{
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    
}
.bottom_dt p{
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding:0 15px;
    line-height: 55px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #eee;
}
dt{
    font-weight: normal;
}
.bottom_dt .list_dt_icon2{
    position: absolute;
    right: 90px;
    top: 0px;
}
.bott_list .list_dt_icon{
    position: absolute;
    right: 15px;
    top: 22px;
    display: block;
    width: 11px;
    height: 11px;
    color: #4b4b4b;
    background: url("../img/xiala_jiahao.png") no-repeat right;
}
.active p{
    color: #00479d;
    border-bottom: 1px solid #fff;
}
.bottom_dd{
    display: none;
    background: #eee;
/*    padding: 10px 0;*/
}
.bottom_dd ul li{
	padding: 0 15px;
}
.bottom_dd ul .active{
	background:#00479d;
}
.bottom_dd ul .active a{
	color: #fff;
}

.curAc .list_dt_icon{
    background: url("../img/xiala_jian.png") no-repeat right;
    width: 11px;
    height: 11px;
    top: 22px;
    color: #fff;
}

.bottom_dd ul li a{
	display: block;
    line-height: 45px;
}
/*
.bottom_dt_no_border p{
	border-bottom: 1px solid #fff;
}
*/
.curAc .bottom_dd{
	display: block;
}
.product_nr{
	padding: 15px;
}
.product_nr p{
    line-height: 24px;
}
.product_nr_bt1{
	margin: 0px 0px 16px 0px;
	text-align: center;
}
.product_nr_bt2{
	margin: 38px 0px 28px 0px;
}

.list-Lt-line{
	margin-bottom: 40px;
}
/*
.list-Lt-line> ul {
	overflow-x: scroll;
}
*/

.list-Lt-line ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-Lt-line > ul > li {
	height: 52px;
	border: 1px solid #ebebeb;
	background-color: #fcfcfc;
	margin-bottom: 20px;
}
.list-Lt-line > ul > li ul {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
}
.list-Lt-line > ul > li:nth-of-type(1) ul li {
	line-height: normal;
	border-right: 1px solid #ebebeb;
	height: 30px;
	margin: 10px 0px;
}
.list-Lt-line > ul > li:not(:first-of-type) {
	position: relative;
}
.list-Lt-line > ul > li {
/*	width: 250%;*/
	width: 100%;
	height: 52px;
	border: 1px solid #ebebeb;
	background-color: #fcfcfc;
	margin-bottom: 20px;
}						
.list-Lt-line > ul > li:not(:first-of-type) a {
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.list-Lt-line > ul > li:not(:first-of-type) .pdf{
    width: 100%;
    float: left;
    position: relative;
    line-height: 50px;
}
.list-Lt-line > ul > li ul {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-Lt-line > ul > li ul li {
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}					
.list-Lt-line > ul > li ul li span {
	color: #000;
	font-size: 12px;
}
.list-Lt-line > ul > li:nth-of-type(1) ul li {
  line-height: normal;
  border-right: 1px solid #ebebeb;
  height: 30px;
  margin: 10px 0px;
}
.list-Lt-line > ul > li:nth-of-type(1) ul li span {
	color: #969696;
	vertical-align: middle;
	text-align: center;
}
.list-Lt-line > ul > li ul li .fa{
	display: block;
	width: 70px;
	background: #00479d;
	color: #fff;
	height: 26px;
	line-height: 26px;
}
.list-Lt-line > ul > li:nth-of-type(1) ul li:nth-last-of-type(1) {
	border: none;
	line-height: 30px;
}
.list-Lt-line > ul > li:not(:first-of-type):hover {
  color: #fff9f3;
  border: 1px solid #00479d;
}
.list-Lt-line > ul > li:not(:first-of-type):hover span {
  color: #00479d;
}
.list-Lt-line > ul > li:not(:first-of-type):hover .fa {
  color: #fff;
}





.details_top{
	margin-bottom: 24px;
}
.details_top{
	width: 100%;
	height: 415px;
	background: #fff;
}
.details_top .swiper-wrapper .swiper-slide{
	width: 100%;
	height: 415px;
	background-repeat: no-repeat;
    background-position: center;
}
.details_thumbs .swiper-wrapper .swiper-slide{
	width: 100%;
	height: 134px;
	background: #fff;
	background-repeat: no-repeat;
    background-position: center;
}
.pt_ds_style{
	color: #999;
	margin-bottom: 36px;
	line-height: 24px;
}
.pt_ds_style2 img{
    margin-right: 20px;
}



.page-con {
  margin-top: 80px;
  margin-bottom: 50px;
}
.aboutM h1{
	display: block; 
	text-align: center;
	font-size: 22px;
	width: 100%;
}
.aboutM .con{
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

.aboutM .con p{
	margin: 35px 0;
}
.aboutM h1{
	display: block;
	font-size: 22px;
	width: 100%;
}
.aboutM .rImg img{
	width: 100%;
}
.cusSerTab {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	margin-top: 20px;
	word-wrap:break-word; word-break:normal;
}
.cusSerTab thead td{
	background: #fcfcfc;
	font-weight: bold;
	font-size: 16px;
}
.cusSerTab td{
	border: 1px solid #ddd;
  	padding: 12px 5px;
	line-height: 30px;
}
.searchMt .title{text-align: center; font-size:16px; margin: 40px 0;}
.searchMt ul{list-style: none;}
.searchMt ul li{margin-right: 15px; line-height: 30px; display: inline-block;}
.searchMt ul a{color: #337ab7;}

.ulImg{display: block;overflow: hidden; list-style: none;}
.ulImg li{width: 15%; float: left; margin-top: 30px; text-align: center; margin-right: 5%; min-height:305px;}
.ulImg li a{width: 100%; float: left;}
.ulImg li img{float: left; width: 100%;}
.ulImg li p{width: 100%; float: left; line-height: 20px;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;word-wrap:break-word; word-break:normal; }
.ullistcon{margin: 10px 0; width:100%; float:left;}



/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media screen and (min-width: 1200px) and (max-width: 1299px){
	.nav_logo{
		padding:48px 0;
	}
	.nav_logo img{
		max-width: 300px;
	}
	.nav_sousuo li a{
		padding: 63px 20px;
		margin: 0;
	}
	.nav_zhuti li a{
		margin: 0 15px;
	}
}
@media screen and (min-width: 1300px) and (max-width: 1450px){
	.nav_logo{
		padding:48px 0;
	}
	.nav_logo img{
		max-width: 340px;
	}
	.nav_sousuo li a{
		padding: 63px 20px;
		margin: 0;
	}
	.nav_zhuti li a{
		margin: 0 20px;
	}
}
@media screen and (min-width: 1451px) and (max-width: 1712px){
	.nav_logo{
		padding:48px 0;
	}
	.nav_logo img{
		max-width: 100%;
	}
	.nav_sousuo li a{
		padding: 63px 20px;
		margin: 0;
	}
	.nav_zhuti li a{
		margin: 0 25px;
	}
}
@media (max-width: 1200px){
    .zizhi_nav{
    	padding: 0px 30px;
    }
    .nav_logo{
    	padding: 21px 0px;
    }
    .index_swiper_banner .swiper-wrapper .swiper-slide{
        height: 480px;
    }
    .nav_logo img{
    	width: 260px;
    }
    .index_swiper_banner>.swiper-pagination-bullets{
    	bottom: 24px;
    }
    .nav_yy{
    	margin: 98px 0px 0px 0px;
    }
    .nav_sousuo{
    	display: block;
    	width: 100%;
    	border: 1px solid #eee;
    	margin: 28px 0px;
    	margin-right: 0px;
    }
    .nav_zhuti li{
    	display: inline-block;
        width: 48%;
    }
    .nav_zhuti li a{
    	margin: 0px;
    }
    .nav_zhuti{
    	padding-bottom: 160px;
    }
    .pullIn{display: none;}
}

@media (max-width: 768px){
	.bottom_bg .text-right{
        text-align: left;
        margin-top: 20px;
	}
	.cpyy_bt:before{
		bottom: 0px;
	}
}

@media screen and (min-width: 769px) and (max-width: 990px){
	.cpyy_bt:before{
		bottom: 0px;
	}
}

@media (max-width: 750px){
	.nav_yy{
		margin: 38px 0px 0px 0px;
	}
	.nav_zhuti{
    	padding-bottom: 120px;
    }
	.bottom_bg{
		padding: 35px 0;
	}
	.bottom_bg .breadcrumb{
		line-height: 22px;
	}
	.list-inline{
		margin: 15px 0 15px -5px;
	}
	.list-inline > li{
		line-height: 22px;
	}
	.bottom_bg p{
		line-height: 22px;
	}
	.totop{
		width: 40px;
		height: 40px;
		line-height: 45px;
		right: 20px;
	}
	.page-con{
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.pb88{
		padding-bottom: 50px;
	}
	.sjjs_style{
		margin-bottom: 30px;
	}
	.cpyy_bt{
		margin: 0px 0px 35px 0px;
		padding: 40px 0px 20px 0px;
	}
	.cpyy_bt:before{
		height: 4px;
	}

	
	
}


@media screen and (min-width: 200px) and (max-width: 320px){
	.nav_logo img{
		width: 215px;
	}
}

@media screen and (min-width: 200px) and (max-width: 750px){
	.index_swiper_banner .banner1 p{
		font-size: 18px;
		text-align: left;
		line-height: 32px;
		margin-top: 85px;
		margin-left: 0px;
	}
	.index_swiper_banner .banner2{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		color: #fff;
	}
	.index_swiper_banner .banner2 .lImg{
		margin-top: 10px;
		float: left;
		text-align: center;
	}
	.index_swiper_banner .banner2 .lImg img{
		max-width: 65%;
	}
	.index_swiper_banner .banner2 .rCon{
		margin-top: 10px;
		float: left;
	}
	.index_swiper_banner .banner2 em{
		display: inline-block;
		font-style: normal;
		font-size: 14px;
		background: #ced2d6;
		color: #293A4A;
		line-height: 28px;
		padding: 0 25px;
		margin-left: 15px;
	}
	.index_swiper_banner .banner2 p{
		font-size: 14px;
		margin: 10px 0 10px 15px;
		line-height: 20px;
	}
	.index_swiper_banner .banner2 ul{
		max-height: 100px;
		overflow: hidden;
	}
	.index_swiper_banner .banner2 ul li{
		line-height: 20px;
	}
	.index_swiper_banner .banner2 .deTail{
		float: right;
		line-height: 30px;
	}
	
	.product_nr{
		padding: 0;
	}
	.list-Lt-line ul{
		overflow-x: auto;
	}
	.list-Lt-line > ul > li{
		width: 250%;
	}
	.deMa .row{margin: 0;}
	.deMa .product_nr{
		padding: 15px;
	}
	.ulImg{width:98%; float:left; margin: 0px; padding: 0;}
	.ulImg li{width: 48%; margin-right:0; margin-left:2%; min-height:auto; margin-top:20px;}
	
	
}
@media screen and (min-width: 450px) and (max-width: 750px){
	.index_swiper_banner .banner2 .lImg{
		margin-top: 0px;
	}
	.index_swiper_banner .banner2 .lImg img{
		max-width: 40%;
	}
}
@media screen and (min-width: 751px) and (max-width: 1000px){
	.index_swiper_banner .banner1 p{
		font-size: 30px;
		text-align: left;
		line-height: 32px;
		margin-top: 125px;
	}
	.index_swiper_banner .banner2{
		width: 94%;
		height: 100%;
		margin: 0 auto;
		color: #fff;
	}
	.index_swiper_banner .banner2 .lImg{
		margin-top: 30px;
		float: left;
		width: 50%;
	}
	.index_swiper_banner .banner2 .lImg img{
		max-width: 380px;
	}
	.index_swiper_banner .banner2 .rCon{
		margin-top: 30px;
		float: right;
		width: 45%;
	}
	.index_swiper_banner .banner2 em{
		display: inline-block;
		font-style: normal;
		font-size: 38px;
		background: #ced2d6;
		color: #293A4A;
		line-height: 58px;
		padding: 0 35px;
		margin-left: 15px;
	}
	.index_swiper_banner .banner2 p{
		font-size: 22px;
		margin: 15px 0 15px 15px;
	}
	.index_swiper_banner .banner2 ul{
		max-height: 210px;
		overflow: hidden;
	}
	.index_swiper_banner .banner2 ul li{
		line-height: 30px;
	}
	.index_swiper_banner .banner2 .deTail{
		float: right;
		line-height: 50px;
	}

}
@media screen and (min-width: 1001px) and (max-width: 1330px){
	.index_swiper_banner .banner1 p{
		font-size: 30px;
		text-align: left;
		line-height: 50px;
		margin-top: 250px;
	}
	.index_swiper_banner .banner2{
		width: 94%;
		height: 100%;
		margin: 0 auto;
		color: #fff;
	}
	.index_swiper_banner .banner2 .lImg{
		margin-top: 40px;
		float: left;
	}
	.index_swiper_banner .banner2 .lImg img{
		max-width: 430px;
	}
	.index_swiper_banner .banner2 .rCon{
		margin-top: 40px;
		float: right;
	}
	.index_swiper_banner .banner2 em{
		display: inline-block;
		font-style: normal;
		font-size: 38px;
		background: #ced2d6;
		color: #293A4A;
		line-height: 58px;
		padding: 0 35px;
		margin-left: 15px;
	}
	.index_swiper_banner .banner2 p{
		font-size: 22px;
		margin: 15px 0 15px 15px;
	}
	.index_swiper_banner .banner2 ul{
		max-height: 210px;
		overflow: hidden;
	}
	.index_swiper_banner .banner2 ul li{
		line-height: 30px;
	}
	.index_swiper_banner .banner2 .deTail{
		float: right;
		line-height: 50px;
	}
	
}
@media screen and (min-width: 1014px) and (max-width: 1220px){
	.index_swiper_banner .banner1 p{
		margin-top: 170px;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1319px){
	.index_swiper_banner .banner2 .lImg{
		margin-top: 100px;
	}
	.index_swiper_banner .banner2 .rCon{
		margin-top: 100px;
	}
}
@media screen and (min-width: 200px) and (max-width: 1441px){
	.roWz{
		padding: 0 15px;
	}
}


